home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / arc30.zip / OPTION.001 < prev    next >
Text File  |  1991-12-19  |  3KB  |  110 lines

  1. ; Format:
  2.  
  3. ; Lines Starting with ';' are ignored
  4. ; Blank lines  are ignored
  5. ; Lines starting with '!TEXT,' Define static lines on the main screen
  6. ;       Parameters are seperated as indicated
  7.  
  8. ;    Parameter    Value                Seperator following field
  9.  
  10. ;    1.    Color                 Comma 
  11. ;            Blue
  12. ;            Green
  13. ;            Cyan
  14. ;            Red
  15. ;            Violet
  16. ;            Orange
  17. ;            Yellow
  18. ;            White
  19.  
  20. ;    2.    Line on which to appear      Comma
  21. ;            (Border top line = 0)
  22.  
  23. ;    3.    Column at which to start    Any number of tabs
  24. ;            (0 = Center on line)
  25. ;       4.    The text to display 
  26. ;                   ('!' toggles regular/bold display)
  27.  
  28. !TEXT,Yellow,1,0    !STANDARD MICRO SYSTEMS!
  29. !TEXT,Yellow,2,0    !ARCNET ODI and TURBO II!
  30. !TEXT,Yellow,3,0    !Driver Options Superdisk V3.00 (911217)!
  31.  
  32.  
  33. !TEXT,Green,20,15    !Left! & !Right! arrow keys select window
  34. !TEXT,Green,21,15    !Up! & !Down! arrow keys select option within window
  35. !TEXT,Green,22,15    !ESC! quits  without changing anything
  36. !TEXT,Green,23,15    !F10! saves selected options
  37.  
  38. !TEXT,Red,15,2        !NOTE: Please review
  39. !TEXT,Red,16,2        !the README information
  40. !TEXT,Red,17,2        !before proceeding
  41.  
  42. !TEXT,Cyan,15,55    NOTE: Buffer size is 
  43. !TEXT,Cyan,16,55    only applicable to  
  44. !TEXT,Cyan,17,55    NetWare 2.xx servers.
  45.  
  46.  
  47. ; Lines starting with '!MENU,' Define Menu parameter values
  48. ;       Parameters are seperated as indicated
  49.  
  50. ;    Parameter    Value                Seperator following field
  51.  
  52. ;    1.    Number of options        Comma 
  53.  
  54. ;    2.    Default display option number    Comma
  55.  
  56. ;    3.    Line where menu starts        Comma
  57.  
  58. ;    4.    Column where menu starts      Comma
  59.  
  60. ;    5.    Lines in menu            Comma
  61.  
  62. ;    6.    Columns in menu            Comma
  63.  
  64. ;    7.    Border color            Comma
  65.  
  66. ;    8.    Menu text color            Comma
  67.  
  68. ;    9.    Menu highlight text color    Comma
  69.  
  70. !MENU,4,1,6,1,8,30,Red,Yellow,White,
  71.  
  72. ; Lines following '!MENU,' lines contain the text for the display
  73. ;       Parameters are seperated as indicated
  74.  
  75. ;    Parameter    Value                Seperator following field
  76.  
  77. ;    1.    Line on which to display text    Tab character
  78.  
  79. ;       2.    The text to display 
  80. ;                   ('!' toggles regular/bold display)
  81.  
  82. 1          !NetWare Type   
  83. 3     !NW 3.xx SRV + ODI WS (DEF) 
  84. 4     !NW 3.xx SRV + IPX WS (OPT) 
  85. 5     !NW 2.xx SRV + IPX WS (DEF) 
  86. 6     !NW 2.xx SRV + ODI WS (OPT) 
  87.  
  88. !MENU,8,1,6,31,12,22,Red,Yellow,White,
  89.  
  90. 1       !Board Type    
  91. 3       !PC100\110        
  92. 4       !PC120\130\130E   
  93. 5       !PC200\210\250    
  94. 6       !PC220\260\270E   
  95. 7       !PC330            
  96. 8       !PC500\550 Long   
  97. 9       !PC600\650        
  98. 10       !PS110\210 MCA   
  99.  
  100. !MENU,4,1,6,54,8,24,Red,Yellow,White,
  101.  
  102. 1    ! 2.xx Server Bfr Size
  103. 3        !LARGE  (4k)       
  104. 4        !MEDIUM (2K)       
  105. 5        !SMALL  (1K)       
  106. 6        !TINY   (.5K)      
  107.  
  108.  
  109.  
  110.